home *** CD-ROM | disk | FTP | other *** search
- ; --------------------------------------------------------------------------
- ; Button.Def - Module definition file for Button.Ocx (win32)
- ; --------------------------------------------------------------------------
- ; Copyright 1995 Microsoft Corporation. All Rights Reserved.
- ;
- ; THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
- ; ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
- ; THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
- ; PARTICULAR PURPOSE.
- ;=--------------------------------------------------------------------------=
- ;
-
- LIBRARY Button
- PROTMODE
-
- DESCRIPTION 'Test Control'
-
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE SINGLE
-
- EXPORTS DllRegisterServer
- EXPORTS DllUnregisterServer
- EXPORTS DllCanUnloadNow
- EXPORTS DllGetClassObject
-